home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / colors12.zip / COLORS.DOC < prev    next >
Text File  |  1992-06-08  |  10KB  |  246 lines

  1.  
  2.                                  Colors v1.2
  3.                              ==================
  4.  
  5.          One of The Livewire BBS PCBoard(TM) multi-BBS Doorware programs.
  6.                   Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  7.                      Remote Access, SpitFire, WWIV and others
  8.  
  9.                                       By
  10.  
  11.                                 Richard Paquette
  12.                                    PO Box 416
  13.                               Mt. Laurel, NJ 08054
  14.  
  15.                                (C) Copyright 1990
  16.                                All Rights Reserved
  17.  
  18.  
  19.                      DOOR DESCRIPTION!
  20.                                 ================
  21.  
  22.     Colors is a straight forward simple game. Let's players guess what
  23. color the computer will pick next and win points if the guess correctly.
  24.  
  25.                                       FILES
  26.                                       =====
  27.              The following files are packaged with this ZIP
  28.  
  29.  colors.exe    <--- executable program must be in directory at all times
  30.  colors.cfg    <--- sample configuration file, must have one for each node
  31.  colors        <--- sample batch file
  32.  colors.doc    <--- what you are now reading
  33.  history.doc   <--- what's new in each upgrade
  34.  order.frm     <--- Order form for all Livewire Doors
  35.  
  36. CONFIGURATION
  37. -------------
  38.         My suggestion to any PCBoard Sysop running Ver 14.5+ is to call
  39.         USERS.SYS in your CFG file..
  40.  
  41.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  42.         ------------------------------------------
  43.  
  44.         C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  45.         The Livewire BBS    <=-  (Change this to your BBS name)
  46.         Richard             <=-  (The Sysop's first name)
  47.         Paquette            <=-  (The Sysop's last name)
  48.  
  49.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  50.         ------------------------------------------
  51.  
  52.         C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  53.         The Livewire BBS    <=-  (Change this to your BBS name)
  54.         Richard             <=-  (The Sysop's first name)
  55.         Paquette            <=-  (The Sysop's last name)
  56.  
  57.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  58.         ---------------------------------------
  59.  NOTE:  If you are using the GAP "door.sys" then please be sure it is
  60.         the 52 line version or this door MAY NOT work!
  61.  
  62.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  63.         The Livewire BBS    <=-  (Change this to your BBS name)
  64.         Richard             <=-  (The Sysop's first name)
  65.         Paquette            <=-  (The Sysop's last name)
  66.  
  67.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  68.         -------------------------------------------
  69.  
  70.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  71.         The Livewire BBS    <=-  (Change this to your BBS name)
  72.         Richard             <=-  (The Sysop's first name)
  73.         Paquette            <=-  (The Sysop's last name)
  74.  
  75.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  76.         -------------------------------------------
  77.  
  78.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  79.                                   where 'x' is the BBS Node number.
  80.         The Livewire BBS    <=-  (Change this to your BBS name)
  81.         Richard             <=-  (The Sysop's first name)
  82.         Paquette            <=-  (The Sysop's last name)
  83.  
  84.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  85.         ------------------------------------------
  86.  
  87.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  88.         The Livewire BBS    <=-  (Change this to your BBS name)
  89.         Richard             <=-  (The Sysop's first name)
  90.         Paquette            <=-  (The Sysop's last name)
  91.  
  92.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  93.         ----------------------------------------
  94.  
  95.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  96.         The Livewire BBS    <=-  (Change this to your BBS name)
  97.         Richard             <=-  (The Sysop's first name)
  98.         Paquette            <=-  (The Sysop's last name)
  99.  
  100.                                  ==============
  101.  
  102.                                    BATCH FILE
  103.  
  104. This is the batch file whose name is entered in PCBSETUP. It should reside in
  105. your default PCB directory. Leave this as is except for changing the paths.
  106.  
  107.           ECHO OFF
  108.           E:
  109.           CD\COLORS
  110.           COLORS COLORS.CFG  <--- Please read NOTE below
  111.           C:
  112.           CD\PCB
  113.           BOARD
  114.  
  115.  NOTE: COLORS requires the presence of BRT71EFR.EXE either in the
  116.        same directory as COLORS or accessible via PATH. If you set
  117.        your library in autoexec.bat and all the brun files there,
  118.        then you have no problems.. 
  119.  
  120.         SET MYLIB = C:\MYLIB
  121.  
  122.         Be sure to put all your brun*.exe files in the mylib directory!
  123.  
  124. IMPORTANT NOTE FOR NON STANDARD IRQ's:
  125.  
  126.                   Supports COM 1 to 4 on the standard IRQ's
  127.                     Com1/Com3 = IRQ4 and Com2/Com4 = IRQ3
  128.  
  129.                You can make use of the IRQ environment variable
  130.  
  131.     If you wish to use a non-standard IRQ, add the IRQ number after the 
  132. configuration filename. For example the program is STORE and you want to use 
  133. Com1 and IRQ5. The command line passed to your door would be:
  134.  
  135.                             STORE STORE.CFG /5 
  136.                                    or
  137.              STORE STORE.CFG /%IRQ% using the environment variable
  138.  
  139.     The /5 tells STORE to use IRQ5 rather than the standard IRQ4 that is
  140. normally used with COM1. No /x parameter is needed for the standard IRQ's.
  141.  
  142.    You can also make use of the PCBoard environment variables such as:
  143.  PCBDRIVE and PCBDIR. Or you can use your own for example, let's say that
  144.  your system runs on D: drive and your system directory is call GAP then
  145.  you could use the variables at the start of your batch file such as:
  146.  
  147.    d:\
  148.    cd\doors\facts
  149.    set pcbdrive=d:
  150.    set pcbdir=\gap
  151.    facts facts.cfg
  152.    d:\
  153.    cd\gap
  154.    gap
  155.  
  156.  Then the first line in your cfg would look like this:
  157.  
  158.                      %PCBDRIVE%%PCBDIR\dorinfo.def
  159.  
  160.                                 DOOR OPERATION
  161.                                 --------------
  162.   
  163.   F3    -   Toggles the printer On/Off.
  164.             Value is passed to PCBoard.
  165.   F4    -   Toggles the Page Bell On/Off.
  166.             Value is passed to PCBoard.
  167.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  168.   F7    -   Toggles the Caller Alarm On/Off.
  169.             Value is passed to PCBoard.
  170.   F8    -   Returns the caller involuntarily to PCBoard.
  171.             Without letting them know that the sysop called them back!
  172.   F9    -   Toggles the local display On/Off.
  173.             Value is passed to PCBoard.
  174.   F10   -   Activates SysOp CHAT mode within the DOOR.
  175.  
  176.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  177.   HOME  -   HELP key for status line options.
  178.   UP    -   Allows the SysOp to temporarily give the caller extra time
  179.             while in the DOOR.  This time is NOT passed to PCBoard.
  180.   DN    -   Allows the SysOp to temporarily subtract time from the
  181.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  182.   ALT-N -   SysOp next on toggle.
  183.             Value is passed to PCBoard.
  184.   ALT-X -   PCBoard will exit after current caller logs off.
  185.             Value is passed to PCBoard.
  186.  
  187.                             WATCHDOG/CTTY/ANSI.SYS
  188.                             ----------------------
  189.  
  190.         CTTY and WATCHDOG are not required and should not be used with
  191.         this program.  COLORS contains its own communication routines
  192.         which monitor the COM port.  If carrier is lost, it will return
  193.         to PCBoard where the BBS will log the user off the system.
  194.         ANSI.SYS, or something similar, is required for COLORS to
  195.         function properly!
  196.  
  197.                                  DISTRIBUTION
  198.                                  ------------
  199.  
  200.         COLORS is COPYRIGHTED by Richard Paquette, with all rights reserved.
  201.         This program is being distributed via the SHAREWARE concept and as
  202.         such, may be copied freely with the following restrictions:
  203.  
  204.                 * The program must be supplied in it's original
  205.                   unmodified form, including documentation.
  206.  
  207.                 * COLORS may not be distributed as part of any
  208.                   commercial application or service without the
  209.                   express, written consent of the author.
  210.  
  211.                 * Vendors of Shareware/Public Domain software may
  212.                   not distribute this program without the express,
  213.                   written consent of the author.
  214.  
  215.                                  REGISTRATION
  216.                                  ------------
  217.  
  218.         COLORS represents many hours of programming and the author
  219.         deserves just compensation for his time, efforts and expertise.
  220.         If you find this program to be of some value and you continue
  221.         to use it on your BBS system, you must return the registration
  222.         form provided along with the registration fee. Registration
  223.         entitles you to one year free access on The Livewire BBS.
  224.         
  225.         Thereafter access is only $15.00 per year. Payment should be
  226.         made in the form of a check or money order (do NOT send cash!).
  227.         Foreign orders must be in U.S. funds drawn on a U.S. bank.
  228.  
  229.            **********           REGISTER ONLINE          ***********
  230.  
  231.         You may also call The Livewire BBS and register online via
  232.         Visa or Mastercard using our online Credit Card door which will 
  233.         produce your registration number on the spot! At the main board
  234.         prompt just type  REGISTER  and presto.. 
  235.  
  236.         Suggestions and/or comments may be sent to the address below or
  237.         via electronic mail: 
  238.  
  239.                   HUBSNJ for RelayNet and Node ID is: LIVEWIRE
  240.  
  241.                                 Richard Paquette
  242.                                 The Livewire BBS     
  243.  
  244.                    (609) 235-5297 MNP/5 - 300/1200/2400
  245.                             ----------------------
  246.